ocr: -endi : the equivalent to C's "In", for a newline character. -friend: a friend runction is allowed to get at private data members of a class. Use the 'friend" keyword. -hex: a manipulator that when used with cout, causes the resuits to be in hex value. ie. cout << hex <<54< endl; prints out the hex equival- ent value of 54. -inline: the inline keyword is used to detine a runction within its own class and then define it somewnere else. -Inneritance: inneritance is the ability to build from an eHisting class ar new derived class, that has the same data runctions associated with it. member runcti ...